projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac00ac5
)
(event-basic-type): Doc fix.
author
Dave Love
<fx@gnu.org>
Thu, 1 Mar 2001 18:30:44 +0000
(18:30 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 1 Mar 2001 18:30:44 +0000
(18:30 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 269ff1f2b1f274fc5ef1a3445865824ee8fc3011..1a2ac5df1cdb7db6a05c388cff6d279798e629b8 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-534,7
+534,7
@@
and `down'."
(defun event-basic-type (event)
"Returns the basic type of the given event (all modifiers removed).
-The value is a
n ASCII
printing character (not upper case) or a symbol."
+The value is a printing character (not upper case) or a symbol."
(if (consp event)
(setq event (car event)))
(if (symbolp event)